home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / shadobox.arc / DEFINES.H < prev    next >
Encoding:
C/C++ Source or Header  |  1988-11-19  |  368 b   |  16 lines

  1. /* "DEFINES.H    ver 0.0          11/24/87"
  2.    Copyright (c) 1987 John G. Donohue
  3.  
  4. Only those defines which are 
  5.   (1) ABSOLUTELY NECESSARY, and 
  6.   (2) should be available in other include files, so that this file
  7.       is unnecessary.
  8.  
  9. 11/24/87 jgd 0.0 Original.
  10. */
  11.  
  12. #define TRUE    1
  13. #define FALSE   0
  14. #define NULL    (void *) 0
  15. #define ESC     0x1B
  16.